isPointInLine2

Undocumented in source. Be warned that the author may not have intended to support it.
pure nothrow @nogc @safe
bool
isPointInLine2
(
T
)
(
in T px
,
in T py
,
in T lx1
,
in T ly1
,
in T lx2
,
in T ly2
,
in float error = 0.01
)
if (
isNumeric!T
)

Meta